projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d366d2e
)
Don't use sublists in the flags argument passed to make-coding-system.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 15 Dec 1998 11:15:11 +0000
(11:15 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 15 Dec 1998 11:15:11 +0000
(11:15 +0000)
lisp/language/hebrew.el
patch
|
blob
|
history
diff --git
a/lisp/language/hebrew.el
b/lisp/language/hebrew.el
index 0610d6e9dbbfa02ffc116911cbc31433123dc001..05b25a3bfe1e6a71c60756b2f7a183114f17ff32 100644
(file)
--- a/
lisp/language/hebrew.el
+++ b/
lisp/language/hebrew.el
@@
-31,7
+31,7
@@
(make-coding-system
'hebrew-iso-8bit 2 ?8
"ISO 2022 based 8-bit encoding for Hebrew (MIME:ISO-8859-8)"
- '(
(ascii t) (hebrew-iso8859-8 t)
nil nil
+ '(
ascii hebrew-iso8859-8
nil nil
nil ascii-eol ascii-cntl nil nil nil nil nil t)
'((safe-charsets ascii hebrew-iso8859-8)
(mime-charset . iso-8859-8)))